@charset "UTF-8";

.m-game-empty {
	padding: 88px 0;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 4px;
	color: #ccc
}

.m-game-empty i {
	font-size: 64px;
	line-height: 1
}

.m-pages {
	margin: 5px auto;
	text-align: center;
	font-size: 0
}

.m-pages>* {
	display: inline-block;
	cursor: pointer;
	margin: 0 2px;
	padding: .1em .6em;
	border: 1px solid #e6e6e6;
	font-size: 13px;
	vertical-align: middle
}

.m-pages>*:hover {
	background: #f3f3f3
}

.m-pages>*.cur,.m-pages>*.cur:hover {
	border-color: #f90;
	background: 0;
	color: #f90
}


.m-pages.z-dot>* {
	text-indent: -9999em;
	width: 11px;
	height: 11px;
	margin: 0 2px;
	padding: 0;
	border: 0;
	background: #ccc;
	border-radius: 50%
}

.m-pages.z-dot>*:hover {
	background: #999
}

.m-pages.z-dot>*.cur,.m-pages.z-dot>*.cur:hover {
	background: #f90
}

.m-pane-focus {
	position: relative
}

.m-pane-focus .g-inner {
	margin: -560px auto 560px;
	position: relative;
}
.m-pane-focus .hot-rec-slider {
	margin: -210px auto 210px;
	width: 1240px;

}
.hot-rec-slider{
	position: relative;
}
.right-box{
	position: absolute;
	z-index: 5;
	width: 1240px;
    float: left;
    overflow: hidden;
    height: 240px;
}
.m-pane-focus .right-box ul li {
    float: left;
    width: 270px;
    height: 240px;
    overflow: hidden;
    margin-left: 32px;
    box-shadow: 0 0 8px #bcbcbc;
    position: relative;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top: solid #fff 1px;
}
.m-pane-focus .right-box ul li i.tip {
    position: absolute;
    width: 72px;
    height: 39px;
    background: url(../images/icon2.png) no-repeat 0px -240px;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-style: normal;
}
.m-banner {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 560px
}

.m-banner .gallery li {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .5s ease
}

.m-banner .gallery li a {
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat 50% 0
}

.m-banner .nav {
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: 20px;
	text-align: center;
	transform: translateX(-50%)
}

.m-banner .nav li {
	display: inline-block;
	margin: 0 3px;
	width: 30px;
	height: 2px;
	background: rgba(250,250,250,.6);
	background: #444\0/;
	cursor: pointer;
	transition: .3s ease
}

.m-banner .nav li.cur {
	width: 50px;
	background: rgba(246,129,6,.95);
	background: #f68107\0/
}

.m-banner .gallery li.cur {
	opacity: 1;
	z-index: 1
}

.m-banner .slider .btn-prev,.m-banner .slider .btn-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	margin-top: -36px;
	padding: 20px 0;
	width: 40px;
	height: 72px;
	cursor: pointer;
	line-height: 32px;
	font-size: 32px;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 15px rgba(0,0,0,.5);
	opacity: 0;
	transition: .3s ease
}

.m-banner .slider .btn-prev:hover,.m-banner .slider .btn-next:hover {
	background: rgba(0,0,0,.5)
}

.m-banner .slider .btn-prev {
	left: -40px
}

.m-banner .slider .btn-next {
	right: -40px
}

.m-banner.z-over .nav li {
	height: 6px
}

.m-banner.z-over .slider .btn-prev {
	left: 0;
	opacity: 1
}

.m-banner.z-over .slider .btn-next {
	right: 0;
	opacity: 1
}

.m-central-user {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 210px;
	min-height: 260px;
	background: rgba(0,0,0,.7);
	color: #e3e3e3;
	border-radius: 0 0 6px 6px
}

.m-central-user:after {
	position: absolute;
	left: 5px;
	bottom: -18px;
	border: solid transparent;
	border-width: 18px 100px 0;
	border-top-color: rgba(0,0,0,.7);
	content: ''
}

.m-central-user .btn {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	line-height: 32px;
	font-size: 16px
}

.m-central-user .btn.hollow {
	border: 1px solid #d17b0b;
	background: rgba(0,0,0,.2);
	line-height: 30px;
	color: #f7930f
}

.m-central-user .m-third-login {
	overflow: hidden
}

.m-central-user .m-third-login label {
	float: left;
	line-height: 32px
}

.m-central-user .m-third-login p {
	float: right
}

.m-central-user .m-third-login p a {
	display: inline-block;
	font-size: 28px;
	line-height: 1
}

.m-central-user .m-third-login p a:hover {
	text-decoration: none
}

.m-central-user .loginbox {
	padding: 20px 30px;
	text-align: center
}

.m-central-user .loginbox .avatar {
	margin: 0 auto 10px;
	width: 64px;
	height: 64px
}

.m-central-user .loginbox .avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%
}

.m-central-user .loginbox .tip {
	margin-top: 10px;
	font-size: 13px;
	color: #aaa
}

.m-central-user .breginfo {
	padding: 15px 20px 0
}

.m-central-user .breginfo .avatar img {
	width: 50px;
	height: 50px;
	border-radius: 50%
}

.m-central-user .breginfo .oftop {
	height: 50px;
	margin-left: 65px
}

.m-central-user .breginfo .oftop p {
	margin-top: 5px;
	font-size: 13px;
	color: #fc0
}

.m-central-user .breginfo .ofbar {
	clear: both;
	padding: 10px 0 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #444;
	text-align: center
}

.m-central-user .logmybox {
	padding: 0 20px
}

.m-central-user .logmybox .logmytit {
	color: #999
}

.m-central-user .logmybox .logmycon {
	min-height: 120px
}

.m-central-user .logmybox .logmycon .m-game-empty {
	padding: 60px 0
}

.m-central-user .logmybox .logmycon a {
	display: block;
	padding: 2px 0;
	overflow: hidden
}

.m-central-user .logmybox .logmycon a>* {
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.m-central-user .logmybox .logmycon a>h4 {
	float: left;
	width: 7em
}

.m-central-user .logmybox .logmycon a>em {
	float: right;
	max-width: 6em;
	padding: 0 .2em;
	text-align: right
}

.m-central-user .logmybox .logmycon a:hover {
	color: #ffd900
}

.m-central-user .logmybox .logmycon a:hover em {
	background: #ffd900;
	color: #000
}

.m-safe-pop {
	position: absolute;
	right: 0;
	top: 32px
}

.m-safe-pop .f-dialog {
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
	border: 1px solid #e9e9e9;
	border-radius: 0
}

.m-safe-pop .f-dialog:before,.m-safe-pop .f-dialog:after {
	content: none
}

.m-safe-pop .f-dialog-header {
	padding: 20px 0 0;
	font-size: 18px;
	color: #ff5757
}

.m-safe-pop .f-dialog-footer {
	padding: 20px 0 30px
}

.m-safe-pop .f-dialog-footer .btn {
	background: #ff5757;
	color: #fff;
	width: 180px;
	padding: 0;
	line-height: 40px
}

.m-safe-pop .layer-close {
	position: absolute;
	right: 5px;
	top: 0;
	width: 30px;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	z-index: 20
}

.m-index-service .f-sub-layer {
	float: right;
	margin-left: 5px
}

.m-index-service .f-sub-hook {
	padding: 0 10px;
	border: 1px solid #ccc;
	background: #fff;
	line-height: 18px;
	border-radius: 5px
}

.m-newposts {
	position: relative;
	overflow: hidden;
	height: 20px;
	padding-left: 22px
}

.m-newposts:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	line-height: 20px;
	color: #aaa;
	font-family: 'iconfont';
	content: '\e6c8'
}

.m-newposts dd.move {
	transition: .3s ease;
	transform: translateY(-20px)
}

.m-newposts a {
	display: block;
	overflow: hidden;
	width: 280px;
	height: 20px;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.m-newposts span {
	float: right;
	margin-left: 1em;
	color: #999;
	font-size: 13px
}

.m-heralds {
	background: #fff;
	box-shadow: 0 0 0 1px #f0f0f0
}

.m-heralds .m-tab-hook {
	overflow: hidden;
	margin-top: -1px;
	line-height: 40px
}

.m-heralds .m-tab-hook li {
	position: relative;
	float: left;
	width: 33.33333%;
	border-top: 1px solid transparent;
	cursor: pointer;
	color: #888;
	font-size: 15px;
	text-align: center
}

.m-heralds .m-tab-hook li:not(:last-child):before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: linear-gradient(rgba(238,238,238,1),rgba(238,238,238,.3));
	background: #eee\0/;
	content: ''
}

.m-heralds .m-tab-hook li.active {
	border-color: #ffd900;
	color: #333;
	font-weight: bold
}

.m-heralds .m-tab-panel {
	padding-bottom: 10px
}

.m-heralds .subtitle li{
    /* background-color: #ffd900; */
    background-color: #dddbdb;
    border-radius: 40px;
    width: 23%;
    margin-left: 20px;
    margin-right: 5px;
    line-height:20px;
    font-size: 11px !important;
    height: 20px; 
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}
.m-heralds .subtitle li.active {
    border-color: #ffd900;
    color: #333;
    font-weight: bold;
    background-color: #ffd900;
}
.m-heralds .subtitle li.active1{
    border-color: #ffd900;
    color: #333;
    font-weight: bold;
}

.m-herald-data,.m-herald-game {
	margin: 2px 2px 12px
}

.m-herald-data li {
	
	padding: 0 15px;
	border-bottom: 1px dotted #eee;
	font-size: 13px;
	line-height: 35px;
	box-sizing: border-box;
	position: relative;
}

.m-herald-data li:hover {
	background: #f9f9f9
}

.m-herald-data li>* {
	display: block;
	
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap
}

.m-herald-data li .game {
	padding-right: 10px;
	width: 43%;
	overflow: hidden;
	background: no-repeat 95% 50%
}

.m-herald-data li .game.hot {
	padding-right: 17px;
	background-image: url(../images/g_hot.gif)
}

.m-herald-data li .game.official {
	padding-right: 16px;
	background-image: url(../images/g_official.gif)
}

.m-herald-data li .game.h5 {
	padding-right: 16px;
	background-image: url(../images/g_h5.gif)
}

.m-herald-data li .time {
	width: 29%
}

.m-herald-data li .server {
	width: 28%;
	text-align: right
}

.m-herald-data li .server em {
	display: inline-block;
	width: 60px;
	background: #197fe3;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 5px
}

.m-herald-data li.now {
	border-color: #f6dd81;
	background: #fffdeb
}

.m-herald-data li.now .time {
	color: #f20;
	font-weight: bold
}

.m-herald-data li.top {
	border-color: #f6dd81;
	background: #fffbbb;
	color: #f20
}

.m-herald-data li.top .time {
	font-weight: bold
}

.m-herald-data li.top .game {
	background-image: url(../images/g_top.gif)
}

.m-herald-game li {
	position: relative;
	overflow: hidden;
	border-bottom: 1px dotted #eee;
	padding: 8px 0;
	font-size: 13px
}

.m-herald-game .figure {
	position: absolute;
	left: 10px;
	top: 10px
}

.m-herald-game .figure img {
	width: 60px
}

.m-herald-game .info {
	float: left;
	padding-left: 82px;
	max-width: 200px;
	height: 64px
}

.m-herald-game .info h3 {
	overflow: hidden;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.m-herald-game .info p {
	font-size: 12px
}

.m-herald-game .btn {
	float: right;
	margin: 17px 10px 0 0;
	width: 70px;
	line-height: 26px;
	border-radius: 5px
}

.m-panel {
	margin-top: 40px
}

.m-panel-header {
	position: relative;
	margin-bottom: 20px;
	height: 20px;
	line-height: 20px;

}

.m-panel-header>h2 {
	display: inline-block;
	border-left: 4px solid #ffd900;
	margin-right: 20px;
	padding-left: 14px;
	font-size: 20px
}

.m-panel-header>p,.m-panel-header .sub {
	display: inline-block;
	font-size: 14px;
	vertical-align: top
}

.m-panel-header .beside {
	position: absolute;
	top: 0;
	right: 0
}

.m-panel-header .besort {
	margin-right: 20px
}

.m-panel-header .m-tab-hook {
	font-size: 0
}

.m-panel-header .m-tab-hook a {
	display: inline-block;
	border-top: 1px solid transparent;
	margin-right: 1px;
	width: 110px;
	background: #e3e3e3;
	font-size: 16px;
	line-height: 39px;
	text-align: center
}

.m-panel-header .m-tab-hook a.active {
	border-color: #ffd900;
	background: #fff;
	color: #f60;
	font-weight: bold
}

.m-panel-header .m-tab-hook a:hover {
	text-decoration: none
}

.m-panel-header .besort .cur {
	color: #f60;
	font-weight: bold
}

.m-panel-header .besort .cur:before {
	content: '\e60f ';
	font-family: 'iconfont'
}

.m-panel-header .besort .loading {
	position: relative;
	padding-left: 28px
}

.m-panel-header .besort .loading:before {
	content: '';
	position: absolute;
	left: 6px;
	top: 50%;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background: url(../images/g_loading.gif) no-repeat;
	background-size: 100%
}

.m-figure-box {
	position: relative;
	display: block;
	background: #fff
}

.m-figure-box .figure {
	position: relative;
	display: block;
	padding-bottom: 62%;
	height: 0;
	overflow: hidden
}

.m-figure-box.z-vip:before,.m-figure-box.z-official:before,.m-figure-box.z-h5:before {
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 10;
	width: 50px;
	height: 50px;
	background: url(../images/icon_property.png) no-repeat;
	content: ''
}

.m-figure-box.z-official:before {
	background-position: 0 -50px
}

.m-figure-box.z-h5:before {
	background-position: 0 -100px
}

.m-figure-box .figure>img {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: .5s ease
}

.m-figure-box .figure p {
	position: absolute;
	left: 0;
	right: 0;
	padding: .5em 10px;
	top: 100%;
	background: rgba(0,0,0,.8);
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
	transition: .3s ease
}

.m-figure-box .discount,.m-figure-box .ratio {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	padding: 5px;
	line-height: .8;
	font-size: 12px;
	font-weight: bold;
	color: #ff0;
	background: rgba(255,17,0,1);
	background: #f53629\0
}

.m-figure-box .discount:after,.m-figure-box .ratio:after {
	position: absolute;
	right: 0;
	bottom: -6px;
	border: 3px solid transparent;
	border-top-color: #f53629;
	border-right-color: #f53629;
	content: ''
}

.m-figure-box .discount {
	background: #51baff;
	color: #fff
}

.m-figure-box .discount:after {
	border-top-color: #51baff;
	border-right-color: #51baff
}

.m-figure-box .tile {
	position: relative;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	text-align: center
}

.m-figure-box h3 {
	overflow: hidden;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.m-figure-box .hover {
	position: absolute;
	left: 0;
	right: 0;
	top: -100%;
	height: 36px;
	background: #fff;
	transition: .3s ease
}

.m-figure-box .hover p {
	float: left;
	padding-left: 12px;
	font-size: 12px
}

.m-figure-box .hover .btn {
	float: right;
	width: 86px
}

.m-figure-box:hover {
	box-shadow: 0 0 0 1px #ffd900
}

.m-figure-box:hover .figure img {
	transform: scale(1.05)
}

.m-figure-box:hover .figure p {
	transform: translateY(-100%)
}

.m-figure-box:hover .hover {
	top: 0
}

.m-figure-box.h5-box .figure p {
	height: 100%
}

.m-figure-box.h5-box .figure p img {
	display: block;
	margin: 6px auto;
	height: 72%
}

.m-figure-box.h5-box .figure p em {
	display: block;
	text-align: center;
	font-size: 12px
}

.m-figure-box.h5-box .hover p {
	display: none
}

.m-figure-box.h5-box .hover .btn {
	width: 100%
}

.m-prod-wrapper ul {
	overflow: hidden;
	margin: 0 0 -20px -24px
}

.m-prod-wrapper li {

	margin-left: 10px
}

.m-prod-wrapper.col4 li {
	width: 25%
}

.m-prod-wrapper.col5 li {
	width: 20%
}

.m-prod-wrapper.col6 li {
	width: 16.66666666666%
}

.m-prod-wrapper ul ~ .m-pagination {
	margin-top: 20px
}

.m-prod-wrapper li.colspan2 {
	width: auto
}

.p-index .g-parse .m-figure-box .figure {
	padding-bottom: 125px
}

.p-index .m-heralds {
	height: 528px
}

.p-index .m-herald-data,.p-index .m-herald-game {
	min-height: 396px
}
.rank-game{
    
}
.rank-game li {
    float: left;
    width: 100%;
}
.rank-game li .cn {
    height: 39px;
    line-height: 39px;
    border-bottom: 1px dashed #E6E6E6;
    margin: 0 6px;
}
.rank-game li .num {
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #E6E6E6;
    border-radius: 2px;
    text-align: center;
    color: #626262;
    margin-right: 10px;
    margin-top: 11.5px;
    float: left;
}
.rank-game li .num1, .rank-game li .num2, .rank-game li .num3 {
    background: #FF5A19;
    color: #fff;
}
.rank-game li .gname {
    width: 90px;
    color: #333;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rank-game li .gtype {
    width: 100px;
    color: #999;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rank-game li .gplay {
    color: #333;
    float: right;
}
.m-sideadv {
	position: absolute;
	z-index: 100;
	width: 1200px
}

.m-sideadv.fix {
	position: fixed;
	top: 0
}

.m-sideadv>* {
	position: absolute;
	top: 80px;
	width: 160px;
	height: 342px
}

.m-sideadv img {
	width: 100%;
	height: 100%
}

.m-sideadv .clearup {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: rgba(0,0,0,.6);
	cursor: pointer;
	color: #fff;
	line-height: 20px;
	text-align: center
}

.m-sideadv .clearup:hover {
	background: #f20
}

.m-sideadv>.left {
	left: -180px
}

.m-sideadv>.right {
	right: -180px
}

.m-filter {
	margin-bottom: 15px;
	padding: 5px 20px;
	background: #fff;
	font-size: 0;
	box-shadow: 0 0 0 1px #f3f3f3;
	margin-left: -13px;
}

.m-filter p {
	position: relative;
	border-bottom: 1px dotted #e3e3e3;
	padding: 10px 0 10px 80px;
	font-size: 0
}

.m-filter p:last-child {
	border: 0
}

.m-filter strong {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 24px;
	line-height: 24px;
	font-size: 13px;
	color: #999
}

.m-filter a {
	display: inline-block;
	margin: 2px;
	width: 72px;
	background: #f0f0f0;
	line-height: 28px;
	text-align: center;
	font-size: 13px
}

.m-filter a:hover,.m-filter a.active {
	background: #ffd900;
	color: #000;
	text-decoration: none
}

.p-lobby .m-heralds {
	height: 868px
}

.p-lobby .m-herald-data {
	min-height: 769px
}

.p-news .section .m-panel-body {
	padding: 20px 30px;
	background: #fff
}

.m-art-list {
	margin-bottom: 20px;
	font-size: 16px
}

.m-art-list li {
	position: relative;
	overflow: hidden;
	padding: .6em 0;
	border-bottom: 1px dotted #e3e3e3;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis
}

.m-art-list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #e9e9e9;
	border-radius: 50%
}

.m-art-list li:hover:before {
	background: #ccc
}

.m-art-list a {
	padding-left: .8em
}

.m-art-list a:hover {
	color: #f60
}

.m-art-list em {
	float: right;
	color: #bbb;
	font-size: 14px
}

.m-art-wrapper {
	padding: 0 10px
}

.m-art-header {
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #e3e3e3
}

.m-art-header .sort {
	margin-bottom: 15px;
	font-size: 13px
}

.m-art-header .sort span {
	display: inline-block;
	padding: 5px 2px;
	border-bottom: 1px solid #f90;
	color: #f90
}

.m-art-header h1 {
	font-size: 36px;
	line-height: 56px;
	font-weight: bold;
	word-wrap: break-word;
	word-break: break-all
}

.m-art-header .info {
	position: relative;
	font-size: 13px;
	line-height: 36px;
	color: #777;
	overflow: hidden
}

.m-art-header .info span {
	margin-right: 2em
}

.m-art-game {
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	height: 150px;
	background: #2b2927;
	border-radius: 6px;
	overflow: hidden
}

.m-art-game .img {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.m-art-game .img img {
	width: 100%
}

.m-art-game h3 {
	position: absolute;
	right: 35px;
	bottom: 50%;
	line-height: 1.8;
	font-size: 36px;
	color: #fff;
	text-align: right
}

.m-art-game .btnbar {
	position: absolute;
	right: 35px;
	top: 50%;
	width: 230px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	overflow: hidden
}

.m-art-game .btnbar a {
	float: left;
	display: inline-block;
	width: 50%;
	height: 100%;
	background: rgba(255,255,255,.3);
	background: #666\0/;
	color: #fff
}

.m-art-game .btnbar .download {
	background: rgba(255,217,0,.9);
	color: #000
}

.m-art-game .btnbar a:hover {
	background: #fff;
	color: #333
}

.m-art-text {
	color: #555;
	font-size: 16px
}

.m-art-text p {
	margin: 0;
	padding: 0 0 15px
}

.m-art-text img {
	display: block;
	margin: auto;
	max-width: 100%
}

.m-art-side {
	position: relative;
	margin-top: 60px;
	border: solid #e9e9e9;
	border-width: 1px 0;
	overflow: hidden
}

.m-art-side:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	border-left: 1px solid #e9e9e9
}

.m-art-side dd {
	float: left;
	display: block;
	width: 50%
}

.m-art-side dd.next {
	float: right
}

.m-art-side dd a {
	display: block;
	padding: 15px 30px;
	font-size: 15px
}

.m-art-side dd a i {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 26px;
	line-height: 26px;
	font-size: 22px;
	color: #999
}

.m-art-side dd.next i {
	left: auto;
	right: 0
}

.p-service {
	background: url(../images/kf-bg.jpg) no-repeat 50% 0
}

.m-service .contact,.m-service .list li i {
	background: url(../images/kf-icon.png) no-repeat 999px 999px
}

.m-service {
	padding-top: 30px;
	width: 960px
}

.m-service .hd {
	padding: 25px 0 40px;
	line-height: 26px
}

.m-service .hd h2 {
	font-size: 34px;
	border-left: 4px solid #ffd900;
	padding-left: 15px
}

.m-service .bd {
	position: relative;
	padding-left: 310px
}

.m-service .contact {
	position: absolute;
	left: 0;
	top: 0;
	width: 310px;
	height: 295px;
	background-position: 0 0;
	text-align: center;
	border-radius: 15px
}

.m-service .contact a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 70px;
	margin: auto;
	width: 140px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	background: #fff
}

.m-service .contact a:hover {
	background: #333;
	color: #fff
}

.m-service .contact p {
	position: absolute;
	bottom: 30px;
	width: 100%;
	color: #000
}

.m-service .list li {
	position: relative;
	float: left;
	width: 310px;
	height: 140px;
	margin-bottom: 15px;
	margin-left: 15px;
	background: #fff;
	border-radius: 15px;
	transition: .3s ease
}

.m-service .list li a {
	display: block;
	height: 90px;
	padding: 30px 0 30px 120px
}

.m-service .list li a:hover {
	text-decoration: none
}

.m-service .list li i {
	position: absolute;
	left: 20px;
	top: 30px;
	width: 90px;
	height: 90px
}

.m-service .list li i.ico1 {
	background-position: 0 -295px
}

.m-service .list li i.ico2 {
	background-position: -90px -295px
}

.m-service .list li i.ico3 {
	background-position: 0 -385px
}

.m-service .list li i.ico4 {
	background-position: -90px -385px
}

.m-service .list li h3 {
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	color: #333
}

.m-service .list li p {
	padding-right: 30px;
	margin-top: 5px;
	line-height: 20px;
	color: #999
}

.m-service .list li:hover {
	-webkit-box-shadow: 0 3px 3px 3px rgba(0,0,0,.05);
	-moz-box-shadow: 0 3px 3px 3px rgba(0,0,0,.05);
	box-shadow: 0 3px 3px 3px rgba(0,0,0,.05);
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	transform: translateY(-4px)
}

.p-h5 .g-parse .section .m-panel-body {
	padding: 30px;
	background: #fff
}

.m-h5-header {
	position: relative;
	background: #111 url(../images/h5_bg.jpg) no-repeat 50% 0;
	color: #fff
}

.m-h5-header .info {
	position: relative;
	padding: 30px 0 30px 180px
}

.m-h5-header .info .icon {
	position: absolute;
	left: 30px;
	width: 120px;
	height: 120px
}

.m-h5-header .info .text {
	position: relative;
	min-height: 120px
}

.m-h5-header .info .text h1 {
	margin-bottom: 14px;
	font-size: 28px;
	line-height: 1
}

.m-h5-header .info .bar {
	position: absolute;
	bottom: 0
}

.m-h5-header .info .bar .btn-play {
	width: 120px;
	line-height: 36px;
	font-size: 16px;
	border-radius: 100px
}

.m-h5-header .qrcode {
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 250px;
	height: 180px;
	background: url(../images/h5_bg_qrcode.png) no-repeat 100% 0
}

.m-h5-header .qrcode img,.m-h5-header .qrcode:after {
	position: absolute;
	z-index: 1;
	right: 42px;
	top: 56px;
	width: 100px;
	height: 100px
}

.m-h5-header .qrcode:after {
	z-index: 2;
	height: 10px;
	background: url(../images/h5_bg_qrcode.png) no-repeat 100% -250px;
	content: '';
	animation: qrcodeMove 4s linear infinite
}

@keyframes qrcodeMove {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(100px)
	}

	100% {
		transform: translateY(0)
	}
}

.m-h5-header .qrcode p {
	position: absolute;
	top: 115px;
	right: 200px;
	width: 150px;
	line-height: 1.4;
	color: #d1dcf3;
	opacity: .5
}

.m-h5-images {
	position: relative;
	height: 380px;
	overflow: hidden;
	margin: 20px 0
}

.m-h5-images ul {
	height: 100%;
	padding-bottom: 5px;
	margin: 0;
	font-size: 0;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden
}

.m-h5-images li {
	display: inline-block;
	position: relative;
	height: 100%;
	padding-right: 10px;
	vertical-align: middle
}

.m-h5-images img {
	height: 100%;
	border-radius: 4px
}

.smenu {
    background: #fff;
    height: 37px;
    margin: 20px auto 0;
    overflow: hidden;
    width: 1200px;
}
 .smenu a {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 37px;
    line-height: 34px;
    text-align: center;
    width: 200px;
}
 .smenu a.selected {
    background: url(../images/bbt_gg.png) no-repeat scroll 0 0;
    color: #ef0101;
}
.slist {
    background: #fff;
    border-bottom: 3px solid #ebeaea;
    height: 240px;
    padding-top: 20px;
}
 .slist ul {
    margin: 0px 0 20px 20px;
}
.slist li {
    height: 36px;
    width: 373px;
    float: left;
    line-height: 36px;
    color: #a8a8a8;
    border-bottom: 1px dashed #e4e2e2;
    margin-right: 20px;
}
.slist li i {
    float: left;
    font-size: 16px;
    color: #888;
}
.slist li p {
    float: left;
    margin-left: 6px;
    height: 36px;
    width: 310px;
    overflow: hidden;
}

.g-parse .all-gcontainer {
	margin-top: 40px;
    width: 884px;
    padding:0 0px 12px 26px;
    min-height: 200px;
    float: left;
    

}
.g-parse .all-gcontainer .cate-tab {
    height: 52px;
    border-bottom: 2px solid #ffd729;
    margin-top: 10px;
}
.g-parse.all-gcontainer .filter-box {
    padding: 20px 0;
}
.tit-box {
    padding: 10px 0;
}
.tit-box h3 {
    float: left;
    font-size: 16px;
    color: #333;
}
.g-parse.all-gcontainer .cate-tab {
    height: 52px;
    border-bottom: 2px solid #ffd729;
    margin-top: 10px;
}
.g-parse .all-gcontainer .cate-tab ul li.on {
    background-color: #ffd729;
}

.g-parse .all-gcontainer .cate-tab ul li {
    float: left;
    line-height: 52px;
    text-align: center;
    width: 165px;
    margin-right: 10px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    background-color: #EFEFEF;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.g-parse .all-gcontainer .m-panel-header .more {
    float: right;
    width: 56px;
    height: 22px;
	margin-right: 26px;
}
.g-parse .all-gcontainer .m-panel-header .more a {
    display: block;
    width: 54px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #fe931e;
    border-radius: 2px;
    color: #fe931e;
}
.g-parse .all-gcontainer .filter-box {
    padding: 20px 0;
}
.g-parse .all-gcontainer .filter-box .tit {
    font-size: 14px;
    color: #333;
    float: left;
}
.g-parse .all-gcontainer .filter-box .filter-item {
    margin-left: 80px;
    font-size: 14px;
}
.g-parse .all-gcontainer .filter-box .filter-item a {
    color: #333;
    display: inline-block;
    margin-right: 20px;
    text-decoration: none;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
}
.g-parse .all-gcontainer .tit-box i {
    background: url(../img/icon.png) no-repeat -35px -65px;
}
.BT-box ul.yy-list {
    width: 105%;
}
.BT-box ul.yy-list li {
    float: left;
    width: 264px;
    height: 168px;
    overflow: hidden;
    position: relative;
    margin-right: 34px;
    margin-bottom: 12px;
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
}
.BT-box ul.yy-list li .lab {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;

}
.BT-box ul.yy-list li .lab-duanyou {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
}
.BT-box ul.yy-list li .hover-box {
    position: absolute;
    width: 264px;
    height: 38px;
    line-height: 38px;
    left: 0;
    bottom: -40px;
    transition: bottom 0.4s;
    background-color: rgba(0, 0, 0, 0.7);
}
.BT-box ul.yy-list li .hover-box a {
    float: left;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    text-decoration: none;
}
.BT-box ul.yy-list li .hover-box a i.en-g {
    background: url(../img/icon.png) no-repeat -33px -124px;
}
.BT-box ul.yy-list li .hover-box a i.d-g {
    background: url(../img/icon.png) no-repeat -33px -154px;
}
.BT-box ul.yy-list li .hover-box a i.gift {
    background: url(../img/icon.png) no-repeat -34px -184px;
}
.BT-box ul.yy-list li .info {
    position: absolute;
    left: 25px;
    top: 20px;
}
.BT-box ul.yy-list li .info p.name {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.BT-box ul.yy-list li .info p.dec {
    font-size: 14px;
    color: #666;
}
.BT-box ul.yy-list li .info p.scale {
	position:relative;
	height: 20px;
	width: 30px;
	margin-top:6px;
	line-height:20px;
	border-radius: 3px;
	background-color:#f68c17;
	font-size: 12px;
	text-align:center;
	color: white;
	font-weight: bold;
}
.BT-box ul.yy-list li .info p.scale i{
    position: absolute;
    height:0px;
    width:0px;
    top: -0.3px;
    right: -10px;
    border-left:11px solid #f68c17;
    border-bottom:10.3px solid transparent;
    border-top:10.3px solid transparent;
    border-right:0px solid transparent;
}
.BT-box ul.yy-list li .info p.hot {
	background-color:red;
}
.BT-box ul.yy-list li .info p.hot i{
    border-left:11px solid red;
}
.BT-box ul.yy-list li .info p.new {
	background-color:#51c332;
}
.BT-box ul.yy-list li .info p.new i{
    border-left:11px solid #51c332;
}
.BT-box ul.yy-list li .info p {
    line-height: 26px;
}
.BT-box ul.yy-list li:hover .hover-box {
  bottom: 0;
  transition: bottom 0.4s;
}
.BT-box ul.sy-list li i.lab {
    position: absolute;
    width: 77px;
    height: 36px;
    left: -6px;
    top: 10px;
}
.BT-box ul.sy-list li {
    float: left;
    width: 156px;
    height: 260px;
    border: 1px solid #e2e2e2;
    margin-right: 18px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.BT-box ul.sy-list li .btn-sy {
    text-align: center;
    padding-top: 10px;
}
.BT-box ul.sy-list li .img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    padding-top: 10px;
    margin: 0 auto;
}
.BT-box ul.sy-list li .info {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.BT-box ul.sy-list li .info .name {
    font-size: 16px;
    color: #333;
    padding: 6px 0;
}
.BT-box ul.sy-list li .info .dec {
    color: #txt-6;
    font-size: 12px;
}
.BT-box ul.sy-list li .info .scale {
    font-size: 12px;
    padding-top: 6px;
    color: #fe931e;
}
.BT-box ul.sy-list li .img img {
    width: 100%;
}
.BT-box ul.sy-list li .btn-sy .btn-a {
    display: inline-block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
.BT-box ul.sy-list li .code .btn-a {
    display: inline-block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    background-color: red;
    margin-top: 20px;
}
a {
    color: #333;
    text-decoration: none;
}
.BT-box ul.sy-list li:hover {
  box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
}
.BT-box ul.sy-list li .btn-sy .btn-a:hover {
  border: 1px solid #fe931e;
  color: #fe931e;
}
.BT-box ul.yy-list li .fanli {
    background: #51baff;
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 5px;
    line-height: .8;
    width: 70px;
    font-size: 12px;
    font-weight: bold;
}

.g-parse .new-fast-container {
    margin-top: 20px;
    float: left;
    width: 884px;
    padding: 0 0 12px 26px;
}
.g-parse.new-fast-container .news-layout {
    float: left;
    width: 485px;
    padding: 12px;
    height: 400px;
    overflow: hidden;
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
}
.tit-box .more {
    float: right;
    width: 56px;
    height: 22px;
    margin-top: 0px;
}
.tit-box .more a {
    display: block;
    width: 54px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #fe931e;
    border-radius: 2px;
    color: #fe931e;
}
.g-parse .new-fast-container .news-layout .new-tab {
    height: 27px;
    line-height: 27px;
    border-bottom: 1px solid #ffd729;
    margin-top: 10px;
}
.g-parse .new-fast-container .news-layout .new-tab li.on {
    background-color: #ffd729;
}
.g-parse .new-fast-container .news-layout .new-tab li:nth-child(1) {
    background-color: #fff1b3;
}
.g-parse .new-fast-container .news-layout .new-tab li:nth-child(2) {
    background-color: #d4e9f8;
}
.g-parse .new-fast-container .news-layout .new-item .item-ul li {
    height: 26px;
    line-height: 26px;
}
.g-parse .new-fast-container .news-layout .new-tab li {
    float: left;
    width: 90px;
    height: 27px;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
}
.g-parse .new-fast-container .news-layout .new-item .item-ul {
    margin-top: 10px;
}
.g-parse.new-fast-container .news-layout .new-item .item-ul li {
    height: 26px;
    line-height: 26px;
}
.g-parse .new-fast-container .news-layout .new-item .item-ul li span.time {
    float: right;
}
.g-parse .new-fast-container .news-layout .new-item .item-ul li a {
    color: #333;
    text-decoration: none;
}
.g-parse .new-fast-container .news-layout .new-item .item-ul li a:hover {
  color: #ffd729;
}
.g-parse .new-fast-container .news-layout .new-item .item-ul li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    background: url(../img/icon.png) no-repeat -60px -90px;
    margin-top: -2px;
}
.g-parse .new-fast-container .news-layout {
    float: left;
    width: 530px;
    padding: 12px;
    height: 400px;
    overflow: hidden;
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
}
.clearfix:before, .clearfix:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.g-parse .new-fast-container .fast-track-layout {
    float: right;
    width: 285px;
    height: 400px;
    padding: 12px;
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
}
.g-parse .new-fast-container .fast-track-layout .fast-item-box {
    margin-top: 10px;
}


.g-parse .new-fast-container .fast-track-layout .fast-item-box li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 110px;
    text-align: center;
    border: 1px solid #e3e3e3;
    margin-bottom: -1px;
    margin-left: -1px;
    overflow: hidden;
}

.g-parse .new-fast-container .fast-track-layout .fast-item-box li a {
    color: #333;
    text-decoration: none;
    display: block;
    height: 110px;
    overflow: hidden;
    transition: all 0.2s;
    font-size: 14px;
}
.g-parse .new-fast-container .fast-track-layout .fast-item-box li a:hover {
    background: url(../images/quickbj.jpg) no-repeat 0 0;
    color: #fff;
    transition: all 0.2s;
}

.clearfix:after, .clearfix:before, .g-wrapper>.g-main:before, .g-wrapper>.g-main:after, .g-inner:before, .g-inner:after, .g-parse:before, .g-parse:after, .m-central:before, .m-central:after, .m-palte-hd:after, .m-palte-list li:after, .m-palte-list .detail:after, .m-prod-wrapper ul:after, .m-herald-data li:after, .m-prod-cover ul:after, .m-about-bt:after {
    content: '';
    clear: both;
    display: table;
}
.tit-box h3 i {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -2px;
}
.tit-box h3:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
    background-color: #ffd729;
}
.BT-box ul.yy-list li .hover-box a i {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 4px;
    vertical-align: middle;
}
.g-parse .new-fast-container .news-layout .tit-box i {
    background: url(../img/icon.png) no-repeat -65px -5px;
}
.g-parse .new-fast-container .fast-track-layout .tit-box i {
    background: url(../img/icon.png) no-repeat -65px -34px;
}
.g-parse .new-fast-container .fast-track-layout .fast-item-box li a i.f-ico1 {
    background: url(../images/icon2.png) no-repeat 0 0;
}
.g-parse .new-fast-container .fast-track-layout .fast-item-box li a i.f-ico2 {
    background: url(../images/icon2.png) no-repeat 0 -40px;
}

.g-parse .new-fast-container .fast-track-layout .fast-item-box li a i.f-ico3 {
    background: url(../images/icon2.png) no-repeat 0 -80px;
}

.g-parse .new-fast-container .fast-track-layout .fast-item-box li a i.f-ico4 {
    background: url(../images/icon2.png) no-repeat 0 -120px;
}
.g-parse .new-fast-container .fast-track-layout .fast-item-box li a i.f-ico5 {
    background: url(../images/icon2.png) no-repeat 0 -160px;
}
.g-parse .new-fast-container .fast-track-layout .fast-item-box li a i.f-ico6 {
    background: url(../images/icon2.png) no-repeat 0 -200px;
}
.g-parse .new-fast-container .fast-track-layout .fast-item-box li a i {
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}
.w {
    width: 1200px;
    margin: 0 auto;
}
.floor-four .game-project {
    padding: 12px;
    box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
}
.floor-four .game-project .tit-box i {
    background: url(../img/icon.png) no-repeat -95px -5px;
}
.floor-four .game-project .item-box {
    width: 105%;
}
.floor-four .game-project .item-box .item {
    width: 288px;
    border: 1px solid #e3e3e3;
    float: left;
    margin-right: 8px;
}
.floor-four .game-project .item-box .item .img {
    width: 288px;
    height: 163px;
    overflow: hidden;
    position: relative;
}
.floor-four .game-project .item-box .item .img img:hover{transform:scale(1.1)}
.floor-four .game-project .item-box .item .img img {
    width: 100%;
	transition: all .3s ease-in-out;
}
.floor-four .game-project .item-box .item .img p.tit {
    position: absolute;
    width: 100%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.6);
}
.floor-four .game-project .item-box .item .item-dl {
    padding-bottom: 20px;
}
.floor-four .game-project .item-box .item .item-dl li {
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 12px;
}
.floor-four .game-project .item-box .item .item-dl li span.name {
    width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.floor-four .game-project .item-box .item .item-dl li span {
    display: inline-block;
    vertical-align: middle;
}
.floor-four .game-project .item-box .item .item-dl li span.zs {
    width: 60px;
    text-align: center;
}
.floor-four .game-project .item-box .item .item-dl li span.star {
    width: 66px;
}
.floor-four .game-project .item-box .item .item-dl li span.star i {
    width: 11px;
    height: 11px;
    vertical-align: middle;
    float: left;
    margin: 0 1px;
    background: url(../img/icon.png) no-repeat -62px -107px;
}
.floor-four .game-project .item-box .item .item-dl li span.enter-btn {
    width: 80px;
    text-align: right;
}
.floor-four .game-project .item-box .item .item-dl li span.enter-btn .en-link {
    width: 58px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border: 1px solid #fe931e;
    color: #fe931e;
    display: inline-block;
    border-radius: 2px;
}
.floor-four .game-project .item-box .item .item-dl li span.enter-btn .en-link:hover {
  background-color: #fe931e;
  color: #fff;
}
.floor-six .friend-layout .tit-box i {
    background: url(../img/icon.png) no-repeat -65px -65px;
}
.floor-six .friend-layout .link-item {
    padding-top: 10px;
    line-height: 24px;
    padding-bottom: 20px;
}
.floor-six .friend-layout .link-item a {
    color: #333;
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
}
.footer-container {
	position: absolute;
    margin-top: 20px;
    background-color: #333;
    padding: 48px 0;
    color: #c3c3c3;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.footer-container .f-link a {
    color: #c3c3c3;
    margin: 0 10px;
}
.m-central-user .breginfo a,.m-central-user .logmybox a{
	color: #fff;
}

.tab-pane .m-herald-data .more {
    top: -20px;
    padding: 6px 10px;
    width: 270px;
    background: #fff1f0;
    border: 2px solid #ff6c6c;
    box-sizing: border-box;
}
.m-herald-data .more {
    visibility: hidden;
    position: absolute;
    top: -10px;
    left: 50%;
    z-index: 50;
    box-shadow: 0 0 0 1px rgba(255,34,0,1), 0 0 20px 0 rgba(0,0,0,.3);
    transform: translate(-50%,-100%);
    opacity: .3;
    transition: .08s ease;
}
.tab-pane .m-herald-data .more:before {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 2;
    margin-left: -7.5px;
    border: 8px solid transparent;
    border-bottom-width: 0;
    border-top-color: #fff1f0;
    content: '';
}
.tab-pane .m-herald-data .more:after {
    margin-left: -12px;
    border: 12px solid transparent;
    border-bottom-width: 0;
    border-top-color: #ff6c6c;
    content: '';
}
.m-herald-data .more:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3px;
    border: 6px solid transparent;
    border-bottom-width: 0;
    border-top-color: #f20;
    content: '';
}
.tab-pane .m-herald-data .more strong {
    color: #90f;
    box-sizing: border-box;
}
.tab-pane .m-herald-data .more p {
    margin-top: 7px;
    padding-top: 7px;
    border-top: 1px dotted #999;
    color: #b7560f;
}
.clearfix::after {
    display: block;
    clear: both;
    content: ".";
    visibility: hidden;
    height: 0px;
}
.m-herald-data li .bili-fuli {
    display: none;
   
    left: -0;
    
    bottom:45px;
    border: 2px solid #FF6C6C;
    width: 228px;
    min-height: 60px;
    background: #FFFBDB;
    padding: 10px;
    position: absolute;
}
.m-herald-data li .bili-fuli .bili {
    color: #f20000;
    font-size: 15px;
    font-weight: bold;
}
.m-herald-data li .bili-fuli .fuli {
    color: #832b00;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    white-space: normal;
}
.m-herald-data li .bili-fuli:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 108px;
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #FF6C6C;
    margin-top: -6px;
}
.m-herald-data li .bili-fuli:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left:110px;
    bottom: -16px;
    border: 8px solid transparent;
    border-top: 8px solid #FFFBDB;
    margin-top: -6px;
}
.decoration.detype1 {
    left: 0px;
}
.decoration {
    position: absolute;
    top: 90px;
    width: 300px;
    height: 250px;
    z-index: 50;
}
.decoration.detype2 {
    right: 0px;
}
.m-herald-data li:hover .bili-fuli{display: inline-block;z-index:10}
.tab-pane .m-herald-data a:hover + .more { top: -12px; }
.tab-pane .m-herald-data a:hover > strong { display: block; }
/*漂浮*/

.fixed-tools {
	bottom: 10%;
	right: -120px ;
	z-index: 1020;
	position: fixed
}


.fixed-tools ul{
	width:180px;
	height: auto;
}
.fixed-tools ul li,.fixed-tools #roll_top{
	position: relative;
	margin-bottom: 5px;
	width: 180px;
	height: 60px;
	background: #f4f4f4;
	transition: all 0.3s;
}
.fixed-tools #roll_top{
	margin-bottom: 5px;
	width: 60px;
	height: 60px;
	background: #f4f4f4;
	transition: all 0.3s;

}
.fixed-tools ul li i{
	display: inline-block;
	float: left;
	margin:16px;
	width: 28px;
	height: 28px;
	background:url(../images/toobtn.png) no-repeat;
}
.fixed-tools #roll_top{
	background: url(../images/t01afb87361bf7ad156.png) 50% 50% no-repeat #f4f4f4;
}
.fixed-tools ul li i.ewm{
	background-position: 0 -60px;
}

.fixed-tools ul li i.kfqq {
	background-position: 0 -122px;
}
.fixed-tools ul li.cur i.kfqq {
	background-position: 0 -280px;
}
.fixed-tools ul li i.quan {
	background-position: 0 -28px;	
}
.fixed-tools ul li.cur i.quan {
	background-position: 0 -185px;	
}
.fixed-tools ul li i.gm{
	background-position: 0 2px;	
}
.fixed-tools ul li.cur i.gm{
	background-position: 0 -156px;	
}
.fixed-tools ul li i.hs{
	background-position: 0 -90px;		
}
.fixed-tools ul li.cur i.hs{
	background-position: 0 -250px;		
}
.fixed-tools ul li.cur{
	width: 140px;
	margin-left: -80px;
	background:#ff5c23;
}
.fixed-tools ul li.litype1 p{
display: none;
line-height: 60px;
color: white;
font-weight: bold;
font-size: 16px;
}
.fixed-tools ul li.litype_qq.cur{
	width: 190px;
	margin-left: -130px;
}
.fixed-tools ul li.litype_qq p{
display: none;
line-height: 60px;
color: white;
font-weight: bold;
font-size: 14px;
}
.fixed-tools ul li.litype1:hover p{
display: block;
}
.fixed-tools ul li.litype2:hover{
	background:#ff5c23;
}
.fixed-tools ul li.litype2:hover i.ewm{
	background-position: 0 -218px;
}
.fixed-tools ul li.litype2:hover .tool_ewm{
display: block;
}
.tool_ewm{
	display: none;
	position: absolute;
	padding: 10px;
	bottom: 0;
	right: 190px;
	width: 150px;
	height: 180px;
	background: white;
	box-shadow: 0px 2px 5px #c1bebd;
	transition: all 0.3s;
}
.tool_ewm p{
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	color: #ff5c23;
}
.tool_ewm img{
	width: 100%;
	height: auto;
}

.rec_gname {
    width: 270px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #f4f4f4;
    color: #262626;
    text-align: center;
    font-weight: bold;
}
.rec_mask {
    width: 270px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: -40px;
}
.rec_btn {
    width: 270px;
    height: 40px;
    background: #f4f4f4;
    font-size: 14px;
    line-height: 40px;
    position: relative;
}
.rec_btn .rec_official {
    margin: 0 8px 0 5px;
    font-size: 14px;
    color: #262626;
}
.rec_btn .fenge_line {
    color: #bfbfbf;
}
.rec_btn .rec_gift {
    font-size: 14px;
    color: #262626;
    margin-left: 8px;
}
.rec_btn .rec_game_enter {
    display: inline-block;
    width: 90px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #fb3021;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.right-box ul li:hover .rec_mask {
  bottom: 0;
  transition: bottom 0.4s;
}
.sy-list .code {
    position: absolute;
    top: 100%;
    width: 156px;
    height: 262px;
    background: rgba(0,0,0,.8);
    z-index: 9;
    transition: .3s ease;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#8c000000', endColorstr='#8c000000');
}
.sy-list .code p {
    text-align: center;
}
.sy-list .code p img {
    width: 120px;
    height: 120px;
    margin: 18px auto;
}
.sy-list .code p em {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.sy-list .slide {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 198px;
	padding: 0 10px;
	height: 26px;
	background: rgba(0,0,0,.8);
	transition: .3s ease;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#8c000000', endColorstr='#8c000000')
}
.sy-list li:hover .slide{
	bottom:100px;
	transition: bottom 0.2s;
}
.sy-list li:hover .code{
	top:10px;
	transition: top 0.2s;
}
.all-appgame{
    width: 884px;
    padding: 0 0px 12px 26px;
    margin-top: 40px;
}

.cf {
    zoom: 1;
}
.recommend-game .item01 {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    float: left;
    margin-right: 12px;
    width: 216px;
    position: relative;
}
.all-appgame .item01 {
    width: 280px;
}
.all-appgame .item01 .item-img, .all-appgame .item01 .other {
    margin-left: auto;
}
.recommend-game .item01 img {
    display: block;
    float: left;
    width: 293px;
    height: 196px;
}
.recommend-game .item01 h4 {
    height: 38px;
    overflow: hidden;
    line-height: 38px;
    font-weight: 400;
    font-size: 16px;
    padding: 0px 10px;
    text-align: center;
}

.item-info-h5 {
    display: block;
    position: absolute;
    color: #fff;

    top: -236px;
    height: 194px;
    width: 291px;
    
}
.item-info-h5 .sys {
    position: absolute;
    top: 150px;
    left: 80px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.item-info-h5 .code_div {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 30px;
    left: 80px;
}
.item-info-h5 .code_div img {
    width: 120px;
    height: 120px;
}
.recommend-game .item01 .other {
    width: 280px;
    height: 196px;
    line-height: 24px;
    left: 0;
    top: 0;
    color: #9c9c9c;
    text-align: right;
    position: absolute;
    display: none;
}
.all-appgame .item01 .other {
    width: 280px;
}
.other-h5{background-color:#000;opacity:0.5;-moz-opacity:0.5;filter:alpha(opacity=50);}
.item-info-h5 .game_name {
    width: 130px;
    height: 20px;
    position: absolute;
    top: 28px;
    left: 160px;
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}
.item-info-h5 a {
    color: #fff;
}
.item-info-h5 .renqi {
    width: 130px;
    height: 20px;
    position: absolute;
    top: 75px;
    left: 160px;
    display: block;
}
.item-info-h5 .play_game {
    width: 110px;
    height: 30px;
    position: absolute;
    top: 120px;
    left: 160px;
    display: block;
    height: 30px;
    line-height: 30px;
    background: #15B4FF;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    border-radius: 15px;
}
.recommend-game .item01:hover .other{display:block;}


.app-banner{
	display: block;
	width:1200px;
	height:180px;
	margin-bottom:20px;
	background-image:url(../images/app-down.jpg);
}
.app-ad{
	position: relative;
}
.app-ad .code-box {
    position: absolute;
    width: 60px;
    height: 120px;
    background-color: transparent;
    border-radius: 3px;
    padding: 2px;
    right: 123px;
    bottom: 37px;
    left: auto;
    top: auto;
    transform: rotate(4deg);
}
.app-ad .code-box p {
    position: absolute;
    font-size: 10px;
    transform: scale(0.8);
    margin: 0;
    padding: 0;
    color: rgb(127, 127, 127);
    text-align: center;
}

.app-ad .code-box p:last-child{
    bottom: 4px;
}

.app-ad .code-box img {
    margin-top: 20px;
    width: 100%;
}


/* 新加的css代码 */
.g_notice {
    height: 581px;
    width: 290px;
    overflow: hidden;
}
.g_notice_header {
    position: relative;
    margin-bottom: 20px;
    padding-left: 10px;
    height: 24px;
    line-height: 24px;
    border-left: 4px solid orange;
}
.g_notice_header_ul {
    overflow: hidden;
    margin-top: -1px;
    line-height: 24px;
    position: relative;
}
.g_notice_header_ul li{
    position: relative;
    float: left;
    width: 25%;
    border-top: 1px solid transparent;
    cursor: pointer;
    color: #888;
    font-size: 15px;
    text-align: left;
}
.g_notice_header_ul a{
	position: relative;
    float: right;
    width: 12%;
    border-top: 1px solid transparent;
    cursor: pointer;
    color: #888;
    font-size: 15px;
    text-align: left;
}
.g_notice_header_ul  .m-notice{
   color: rgb(255, 51, 0);
}

/* 公告栏 */
.gonggao {
    position: relative;
    height: 555px;
    width: 290px;
    margin-top: -15px;
    border-top: 1px solid rgb(218, 218, 218);
    float: left;
}
.gonggao .insaid {
    float: left;
    width: 100%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
.gonggao .insaid .one-thing {
    color: #333;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 热度榜 */
.g_hot_list {
	width: 1200px;
	height: 600px;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.g_hot_list .aside {
	width: 320px;
	margin-left: 40px;
	margin-right: 40px;
}
.g_hot_list .m-panel-header {
	position: relative;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.g_hot_list .m-panel-header ul {
	margin-top: 10px;
}
.g_hot_list .m-panel-header>h2 {
	display: inline-block;
	border-left: 4px solid #ffd900;
	margin-right: 20px;
	padding-left: 6px;
	font-size: 20px;
	
}
.rank-game li .cn {
	height: 39px;
	line-height: 39px;
	border-top: 1px dashed #E6E6E6;
	margin: 0 6px;
	display: block;
}     

.rank-game li .num {
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: #E6E6E6;
	border-radius: 2px;
	text-align: center;
	color: #626262;
	margin-right: 10px;
	margin-top: 11.5px;
	float: left;
}

.rank-game li .num1, .rank-game li .num2, .rank-game li .num3 {
	background: #FF5A19;
	color: #fff;
}

.rank-game li .gname {
	width: 90px;
	color: #333;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.rank-game li .gtype {
	width: 100px;
	color: #999;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.rank-game li .cn1 {
	height: 70px;
	width: 340px;
	margin-left: -10px;
	margin-bottom: 9px;
	line-height: 70px;
	background-color: rgb(0, 140, 255);
	position: relative;
	pointer-events: auto;
	display: none;
}
.rank-game li .cn1 .bignum {
	position: absolute;
	top: -1px;
	left: -1px;
	height: 0px;
	width: 0px;
	border-top: 20px solid rgb(255, 77, 107);
	border-left: 30px solid rgb(255, 77, 107);
	border-bottom: 20px solid transparent;
	border-right: 30px solid transparent;
}
.rank-game li .cn1 .bignum span {
	font-size: 20px;
	color: rgb(255, 255, 255);
	position: absolute;
	top: -40px;
	left: -23px;
}
.rank-game li .cn1 img {
	height: 60px;
	margin-top: 5px;
	margin-left: 17px;
	float: left;
	border-radius: 5px;
}
.rank-game li .cn1 .gname {
	font-size: 18px;
	color: white;
	margin-left: 20px;
	float: left;
} 
.rank-game li .cn1 .gplay {
	float: left;
	height: 20px;
	width: 60px;
	margin-top: 25px;
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	color: rgb(0, 140, 255);
	background-color: white;
}      

.g_bottom {
	width: 1200px;
	height: 270px;
	margin-bottom: 20px;
}
.g_gift {
	position: relative;
	width: 877px;
	height: 100%;
	margin-left: 20px;
	float: left;
}

.g_bottom h2 {
	display: inline-block;
	border-left: 4px solid #ffd900;
	margin-right: 20px;
	padding-left: 6px;
	font-size: 20px;
}

.g_gift_list {
	width: 100%;
	height: 200px;
	position: relative;
	margin-top: 20px;
}

.g_gift_item {
	height: 100%;
	width: 206px;
	margin-right: 10px;
	font-size: 18px;
	text-align: center;
	line-height: 20x;
	float: left;
	position: relative;
	overflow: hidden;
}
.g_gift_item img {
	width: 100%;
}

.left_link {
	position: absolute;
	height: 171px;
	width: 103px;
	top: 0px;
	left: -103px;
	background: rgba(0,0,0,.6);
	transition: .3s ease;
}
.right_link {
	position: absolute;
	height: 171px;
	width: 103px;
	top: 0px;
	left: 206px;
	background: rgba(0,0,0,.6);
	z-index: 9;
	transition: .3s ease;
}
._link_a {
	height: 70px;
	width: 70px;
	border: #ffd900 solid 2px;
	border-radius: 50%;
	color: white;
	font-size: 14px;
	line-height: 70px;
	text-align: center;
	margin-left: 14.5px;
	margin-top: 28.5px;
}
.g_gift_item:hover .left_link {
	left: 0px;
}
.g_gift_item:hover .right_link {
	left: 103px;
}


.g_passige {
	width: 299px;
	height: 100%;
	float: left;
}

.g_fast {
	height: 80%;
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.g_fast img {
	height: 100%;
	width: 135px;
	float: left;
	margin-left: 5px;
}
.g_fast_go {
	height: 100%;
	width: 157px;
	float: left;
}
.g_fast_go a {
	height: 24px;
	width: 64px;
	font-size: 8px;
	line-height: 24px;
	text-align: center;
	margin-top: 36px;
	margin-left: 10px;
	float: left;
	background-color: rgb(202, 202, 202);
}

.g_fast_go a:hover{
	color: #e43fb2;
}


.m-panel_list {
	position: relative;
	height: 100px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 34px;
	box-shadow: 0 0 10px #ccc;
}
.m-panel_list1 {
	height: 30px;
	width: 100;
	padding-top: 10px;
	font-size: 14px;
	line-height: 40px;
	
}
.m-panel_title1 {
	position: relative;
	float: left;
    height: 30px;
	width: 100px;
	margin-top: 5px;
	color: white;
	text-align: center;
	line-height: 30px;
	background-color: rgb(246, 140, 23);
}

.m-panel_title2 {
	position: relative;
	float: left;
    height: 30px;
	width: 100px;
	margin-top: 5px;
	color: white;
	text-align: center;
	line-height: 30px;
	background-color: rgb(81, 195, 50);
}
.m-panel_title1_angle {
	float: left;
	height: 0px;
	width: 0px;
	margin-top: 5px;
	border-top: 15px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 30px solid rgb(246, 140, 23);
}
.m-panel_title2_angle {
	float: left;
	height: 0px;
	width: 0px;
	margin-top: 5px;
	border-top: 15px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 30px solid rgb(81, 195, 50);
}
.m-panel_list a {
	float: left;
    height: 30px;
	margin-right: 20px;
	margin-top: 5px;
	text-align: center;
	line-height: 30px;
}

.m_panel_header {
	border-left: 4px solid #ffd900;
}

.m_panel_header_title {
	display: inline-block;
	margin-right: 20px;
	padding-left: 14px;
	font-size: 20px;
}

#m_h2_1show {
	margin-bottom: 4px;
}
.active_tuijian {
	color: rgb(253, 98, 1);
	font-weight: bold;
}


.g_hot_item:hover .cn1{
	display: block;
}
.g_hot_item:hover .cn{
	display: none;
}
/* /新加的css代码 */